home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 8379 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  948 b 

  1. Path: news.genie.net!usenet
  2. From: i.einman@genie.com (IAN J. EINMAN)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.misc
  4. Subject: Re: How the heck to you specify a mouse as hotkey?
  5. Date: 16 Mar 1996 18:47:25 GMT
  6. Organization: via GEnie Services (1-800-638-9636 or info@genie.com)
  7. Sender: i.einman@genie.com (IAN J. EINMAN)
  8. Message-ID: <4if2bt$77k@rock101.genie.net>
  9. NNTP-Posting-Host: rock102.is.ge.com
  10.  
  11. >>It seems you can specify things like LMOUSE/RBUTTON etc, but it doesn't
  12. seem to work?
  13.  
  14. It seems most mouse events are stolen by the input handler.  You can use the mouse
  15. events as qualifiers, for example "rmouse y" or something like that, but you must
  16. specify a key to trigger the press, the mouse things are qualifiers like shift, etc.
  17.  
  18. If you want to try (and it won't work) to use the actual mousepress, you use like
  19. "RAWMOUSE LBUTTON" or something like that...  but commodities does not seem to allow
  20. rawmouse/rawkey at this time.
  21.  
  22.